TextInputEventArgs(string, Window)

Constructor

Namespace: Imagini

Declared in: Imagini.TextInputEventArgs


Creates a new event args object.

Syntax

public TextInputEventArgs(
	string text,
	Window window
)

Parameters

text

Text entered by user.

window

Target window. If null, the currently focused window is used.


Back to index